home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 May: Tool Chest / Dev.CD May 97 TC.toast / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Videodisc Commands / card_5058.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  729 b   |  35 lines

  1. -- card: 5058 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 9
  9. ----- text -----
  10. Function:
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. ticksToHMS()
  15.  
  16. -- part contents for background part 4
  17. ----- text -----
  18. This function converts from time as 1/60ths of a second (ticks) to time as hour-minute-seconds.
  19.  
  20.  
  21. -- part contents for background part 2
  22. ----- text -----
  23. Convert from ticks to hour-minute-seconds.
  24.  
  25. -- part contents for background part 3
  26. ----- text -----
  27. ticks
  28.  
  29. Returns:
  30.  
  31. -- part contents for background part 7
  32. ----- text -----
  33. 1/60ths of a second.
  34.  
  35. the time in HHMMSS format, where HH is the hour, MM is the minute, and SS is the second.